/*
** Bootstrap over-rides
*/
body {
    font-family: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol;
    font-size: 16px;
    font-weight: 400;
    color: #2D2D2D;
    line-height: 1.65em;
}
h1 {
    font-size: 30px;
}
h1, h2, h3, h4, h5, h6 {
    color: #000000;
}
img {
    max-width: 100%;
}
a {
  color: #2D2D2D;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
a:focus {
  color: #000000;
  text-decoration: none;
}
.titles {
    margin: 0 0 26px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #141414;
}

.page_heading {
    font-size: 22px;
    color: #000000;
}

.module-heading {
    position: relative;
    margin: 21px 0 15px;
    text-align: center;
    border-top: 1px dotted #b2b2b2;
}

.module-heading > span{
    font-size: 18px;
    font-weight: 700;
    position: relative;
    top: -16px;
    padding: 0 15px;
    text-transform: uppercase;
    background-color: #fff;
}

.widget-header {
    color: #323232;
    border-bottom: 1px solid #dcdcdc;
}

/*Stars Rating*/
.star-rating i {
   font-size: 14px;
   color: #dfdfe0;
}
.star-rating i:last-child {
   margin-right: 0;
}
.star1 .fa-star:nth-child(1) {
   color: #323232;
}
.star2 .fa-star:nth-child(1),
.star2 .fa-star:nth-child(2){
   color: #323232;
}
.star3 .fa-star:nth-child(1),
.star3 .fa-star:nth-child(2),
.star3 .fa-star:nth-child(3) {
   color: #323232;
}
.star4 .fa-star:nth-child(1),
.star4 .fa-star:nth-child(2),
.star4 .fa-star:nth-child(3),
.star4 .fa-star:nth-child(4) {
   color: #323232;
}
.star5 .fa-star {
    color: #323232;
}

@media (min-width: 1230px) {
    .container {
        width: 1200px;
    }
    body.frame2 #extrapage .container {
        width: 100%;
    }
}
.form-control {
    color: #2d2d2d;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    height: 36px;
    padding: 7px 12px;
}
.form-control.search-text {
     border:1px solid #ececec;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    font-size: 12px;
    font-weight: 700;
    color: #141414;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: 3px;
}
.btn-default {
    border: none;
}
.btn-black {
  color: #fff;
  background: #141414;
  border: 1px solid #141414;
  line-height: 33px;
  padding: 0 43px;
}
.btn-black:focus,
.btn-black:hover {
  background: #fff;
  border: 1px solid #141414;
  color: #141414;
}
.btn-default {
    border: 1px solid #EA3B02;
    background-color: #FFFFFF;
    color: #EA3B02;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:hover:focus,
.btn-default.focus {
    color: #FFFFFF;
    border-color: #EA3B02;
    background-image: -moz-linear-gradient( 90deg, #D63211 0%, #EA4506 100%);
    background-image: -webkit-linear-gradient( 90deg, #D63211 0%, #EA4506 100%);
    background-image: -ms-linear-gradient( 90deg, #D63211 0%, #EA4506 100%);
    box-shadow: inset 0 1px 0 0 #FA710C;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}
.btn-default.btn-inverse,
.btn-primary {
    color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: #EA3B02;
    background-image: -moz-linear-gradient( 90deg, #D63211 0%, #EA4506 100%);
    background-image: -webkit-linear-gradient( 90deg, #D63211 0%, #EA4506 100%);
    background-image: -ms-linear-gradient( 90deg, #D63211 0%, #EA4506 100%);
    box-shadow: inset 0 1px 0 0 #FA710C;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}
.btn-default.btn-inverse:hover,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    color: #EA3B02;
    background: #FFFFFF;
    border-color: #EA3B02;
}

.navbar.navbar-inverse {
    margin-bottom: 0;
    border: none;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    min-height: 50px;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #eee;
    background-color: rgba(255,255,255,0.2);
}
.dropdown-menu > li > a {
    font-size: 12px;
    padding: 6px 20px;
    text-transform: uppercase;
}
.navbar-nav > li.dropdown > a:after {
    content: "\f107";
    font-family: "fontello";
    font-size: 18px;
    line-height: 1;
    margin-left: 5px;
}
@media (min-width: 1200px) {
    body.is-fixed #FRAME_SEARCH .search-toggle svg {
        fill: #ffffff;
    }
     body.is-fixed path.cls-1 {
        fill: #fff;
    }
     body.is-fixed path.cls-2 {
       fill: #141414;
    }
}
@media (max-width: 1024px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
  }
  .navbar-nav>li {
      float: none;
  }
  .collapse.in{
      display:block !important;
  }
  .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
}

@media (min-width: 992px) {
    body.is-fixed #FRAME_SEARCH .search-toggle {
        border-left: 1px solid #444;
        border-right: 1px solid #444;
    }
}
@media (min-width: 768px) {
    #top-categories-menu li.hasMegamenu > .subMegaMenu ul li.hasSub > ul {
        background: #fff;
    }
}

/* Template code */
.logo a:hover img {
    opacity: 0.6;
}
.top-nav ul {
    padding: 19px 0;
    margin: 0;
    list-style: none;
    font-size: 12px;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
}
.top-nav ul li {
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #ececec;
}
.top-nav .useraccount ul {
    float: right;
}
.top-nav ul li:last-child {
    border: none;
    margin: 0;
    padding: 0;
}
.top-nav ul li a {
    color: #666;
}
#FRAME_SEARCH .search-toggle {
  display: none;
}
.search-form {
    position: relative;
}
.search-form .search-text {
    padding: 0;
    width: 250px;
    height: 26px;
    display: inline-block;
    border: none;
    padding-top: 0;
    padding-right: 36px;
    color: #141414;
    border-bottom: 1px solid #646464;
    letter-spacing: 0;
}
.search-form .search-text::-webkit-input-placeholder {
   color: #141414;
   font-weight: 400;
   letter-spacing: 0;
}
.search-form .search-text::-moz-placeholder {
   color: #141414;
   font-weight: 400;
   letter-spacing: 0;
}
.search-form .search-text:-ms-input-placeholder {
   color: #141414 !important;
   font-weight: 400;
   letter-spacing: 0;
}
.search-form .search-submit {
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    display: inline-block;
    background: none;
    border: none;
    padding: 0;
    margin-top: -5px;
    margin-left: -26px;
    box-shadow: none; 
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;
}
.search-form .search-submit:hover {
    background: none;
    border: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.minicart {
    display: inline-block;
}
.minicart-inner {
    display: block;
    cursor: pointer;
}
.minicart .cart-icon {
    float: left;
    margin-right: 8px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    margin-bottom: -5px;
}
.minicart .cart-icon svg {
  width: 17px;
  height: 22px;
}

path.cls-1 {
    fill: #141414;
}
path.cls-2 {
   fill: #ffffff;
}

.minicart .cart-details {
    display: block;
    float: left;
    margin-bottom: 0;
}
.minicart .cart-details span.cart-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    display: inline-block;
}
.minicart .cart-details span.cart-count {
    color: #e95144;
    font-size: 14px;
    display: inline-block;
    line-height: 15px;
    font-weight: 500;
}
.minicart .cart-details span.cart-count .minicart-items {
    display: inline-block;
    text-align: center;
    padding-top: 4px;
    margin-left: 6px;
}

/* Dropdown Cart */
#dropdown-cart #cart-right .cart-box-sticky .view-cart-btn {
    color: #141414;
    border: 1px solid #141414;
    background: #ffffff;
    border-radius: 3px;
}
#dropdown-cart #cart-right .cart-box-sticky .view-cart-btn:hover {
   background: #141414;
   border-color: #141414;
   color: #fff;
}

ul.extrapages li {
    line-height: 1;
    margin: 0 0 15px;
}
ul.extrapages li a {
    color: #ccc;
    font-size: 16px;
}
.footer-social {
    border-top: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
}

.global-footer {
    color: #fff;
}
.mailist-box h3 {
    margin: 0 0 15px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
.mailinglist-input.form-control {
    background-color: transparent;
    border-color: #2d2d2d;
    max-width: 230px;
    color: #fff;
    float: left;
}
.mailinglist-submit {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    float: right;
    width: 78px;
}
.btn-default.mailinglist-submit:hover, 
.btn-default.mailinglist-submit:focus {
    opacity: 0.6;
}
.mailinglist-response {
    display: none;
}
.maillist-options {
    margin: 15px 0 0;
}
.subscribe {
    float: left;
    margin-right: 20px;
    line-height: 13px;
}
.subscribe input[type="radio"] {
    margin: 0;
    vertical-align: middle;
}
.subscribe label {
    margin: 0;
    font-size: 12px;
    line-height: 13px;
    font-weight: 300;
    margin-left: 3px;
    color: #ccc;
    cursor: pointer;
}

.footer-social ul {
    margin: 0;
}
ul.payment-icons {
    text-align: right;
}
ul.payment-icons li {
    font-size: 34px;
    line-height: 36px;
    vertical-align: middle;
}

ul.payment-icons li.payment-icons-label,
ul.social-icons li.social-icons-label {
    font-size: 18px;
    vertical-align: middle;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-right: 20px;
}
.social-icons li a {
    color: #141414;
    background-color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: block;
    text-align: center;
    font-size: 17px;
    padding: 10px 0;
}
.social-icons li a:hover {
    color: #fff;
    background: #4a73bd;
}
.social-icons li a.facebook {
    font-size: 17px;
    padding-top: 11px;
}
.social-icons li a.facebook:hover {
    background: #4a73bd;
}
.social-icons li a.twitter:hover {
    background: #46b0e2;
}
.social-icons li a.instagram:hover {
    background: #fb3358;
}
.social-icons li a.gplus svg {
    width: 18px;
    height: 20px;
    margin-right: -3px;
    fill: #141414;
}
.social-icons li a.gplus:hover {
    background: #ea3b02;
}
.social-icons li a.gplus:hover svg {
    fill: #fff;
}
.social-icons li a.pinterest {
    padding-top: 11px;
}
.social-icons li a.pinterest:hover {
    background: #bd081c;
}
.social-icons li a.youtube:hover {
    background: #ff0000;
}
.social-icons li a.tumblr:hover {
    background: #2e4b68;
}
.social-icons li a.blog:hover {
    background: #f9bc2e;
}
.social-icons li a.snapchat svg {
    width: 15px;
    height: 15px;
    fill: #141414;
} 
.social-icons li a.snapchat:hover {
    background: #ffe143;
}
.social-icons li a.snapchat:hover svg {
    fill: #fff;
}
.social-icons li a.blog span {
    margin-right: -3px;
}

.head-mobile-nav > a {
    color: #000;
    font-size: 24px;
    line-height: 1;
}

/* Homepage */
.home-page-content .category-footer {
    margin-top: 30px;
    margin-bottom: 25px;
}
.home-page-content .category-footer h3 {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 20px;
    font-weight: bold;
}
.home-page-content .category-footer p {
    margin: 0 0 30px;
    text-align: justify;
}
.home-page-content .category-footer a:hover img {
    opacity: 0.7;
}
.home-page-content .category-header {
    margin-top: 30px;
    line-height: 22px;
}
.home-page-content .category-header img {
    margin: 0 auto;
}
.extrapages-shower a {
    display: block;
    background-color: #2d2d2d;
    color: #fff;
    padding: 10px 18px;
    text-decoration: none !important;
}
.extrapages-shower a:after {
    content: "\f106";
    font-family: "fontello";
    float: right;
}
.extrapages-shower a.collapsed:after {
    content: "\f107";
}
@media(max-width: 1023px) {
    .navbar-inverse .navbar-nav > li > a {
        font-size: 14px;
        min-height: 0;
    }
    .navbar-nav > li.dropdown > a:after {
        float: right;
    }
   
    .footer-social {
        text-align: center;
    }
}
@media(max-width: 767px) {
    .logo {
        text-align: center;
        height: auto;
    }
    .logo img {
        position: static;
    }
    .searchBox {
        height: 100%;
    }
    .search-form-col {
        clear: both;
    }
    .flex-direction-nav a:before {
        font-size: 24px;
    }
    .flex-direction-nav a {
        width: 24px;
        height: 24px;
        line-height: 24px;
        margin: -12px 0 0;
    }
    .mailinglist-input.form-control {
        max-width: 200px;
    }
    .footer-social ul li {
        padding: 0 4px;
    }
    .extrapages {
        display: none;
    }
    .home-page-content .category-header {
        padding: 15px 0;
    }
    .extrapages-shower a {
        display: block;
    }
    ul.extrapages {
        margin: 0;
        padding: 15px 0;
    }
    ul.extrapages li a {
        font-size: 14px;
    }
}



.menu-open {
    overflow: hidden;
}
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: rgba(0,0,0,0.5);
}
.menu-open .mobile-menu {
    overflow-x: hidden;
    overflow-y: auto;
}
.mobile-menu-inner {
    background-color: #fff;
    padding: 30px 20px;
    width: 250px;
    margin-left: auto;
    margin-right: 0;
    min-height: 100vh;
    position: relative;

    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(250px,0);
    -ms-transform: translate(250px,0);
    -o-transform: translate(250px,0);
    transform: translate(250px,0);
}
.menu-open .mobile-menu-inner {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.mobile-menu-close a {
    color: #000;
    display: inline-block;
    line-height: 1;
    font-size: 24px;
    text-decoration: none;
}
.mobile-menu-close a:after {
    content: '\e805';
    font-family: "fontello";
}
.mobile-menu-widget {
    margin: 30px 0;
}
.mobile-menu-widget h3 {
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 1;
    border-bottom: 1px solid #ececec;
}
.mobile-menu-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.mobile-menu-widget ul li {
    margin: 0 0 0;
}
.mobile-menu-widget ul li a {
    padding: 0;
    line-height: 40px;
    font-size: 13px;
    background-color: transparent !important;
    display: block;
    color: #555;
    text-decoration: none !important;
}
.mobile-menu-widget ul li a:hover {
    color: #333;
}
.mobile-menu-widget ul ul {
    display: none !important;
}
.mobile-menu-widget ul li a:after {
    display: none;
}
.mailinglist-response {
    margin: 10px auto;
    padding: 9px 12px;
    font-size: 12px;
    background-color: #2d2d2d;
    color: #ccc;
    max-width: 320px;
}
.mailinglist-error span {
    color: #8a6d3b;
}
.mailinglist-subscribed span,
.mailinglist-unsubscribed span {
    color: #3c763d;
}
.floating-cart {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999;
    background-color: #101010;
    color: #fff;
    border-radius: 20px 0 0 20px;
    padding: 15px;
    text-align: center;
    width: 90px;
    display: none;
}
.floating-cart a,
.floating-cart a:hover {
    color: #ececec;
    text-decoration: none;
}
.floating-cart a:hover {
    opacity: 0.6;
}
.floating-cart span.cart-icon {
    display: block;
    font-size: 30px;
    line-height: 1;
}
.floating-cart span.cart-details {
    font-size: 12px;
    text-transform: none;
    display: block;
    margin: 5px 0 0;
}

/*Scroll To Top*/
#back-to-top {
    position: fixed;
    z-index: 10000;
    top: 50%;
    right: 50px;
    display: table;
    visibility: hidden;
    overflow: hidden;
    width: 52px;
    height: 52px;
    margin-top: -26px;
    -webkit-transition: opacity .3s 0s,visibility 0s .3s;
    -moz-transition: opacity .3s 0s,visibility 0s .3s;
    transition: opacity .3s 0s,visibility 0s .3s;
    opacity: 0;
    border-radius: 4px;
    background: #38383e;
    filter: alpha(opacity=0);
}
#back-to-top i {
    font-size: 27px;
    position: relative;
    top: -1px;
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}
#back-to-top.is-visible,
#back-to-top.fade-out,
.no-touch #back-to-top:hover {
   -webkit-transition: opacity .3s 0s, visibility 0s 0s;
   -moz-transition: opacity .3s 0s, visibility 0s 0s;
   transition: opacity .3s 0s, visibility 0s 0s;
}

#back-to-top.is-visible {
   /* the button becomes visible */
   visibility: visible;
   opacity: 1;
   /* Opacity for Modern Browsers */
   filter: alpha(opacity=100);
   /* Opacity for IE8 and lower */
}

#back-to-top.fade-out {
   /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
   opacity: .7;
   /* Opacity for Modern Browsers */
   filter: alpha(opacity=70);
   /* Opacity for IE8 and lower */
}

/* Sidebar */
ul.sidebarUL > li > a {
    color: #2d2d2d;
}

/* Listing Page */
.page_headers {
    color: #141414;
}
.pricingBlock .yourprice {
    color: #2d2d2d;
}
.pricingBlock .saleprice .sale-price {
    color: #2d2d2d;
}
.pricingBlock .savings {
    color: #969696;
}
.pricingBlock .retailprice {
    color: #969696;
}

.r-tabs .r-tabs-panel h4,
.r-tabs .r-tabs-panel h3 {
    color: #141414;
}
.r-tabs .r-tabs-panel > div p,
.r-tabs .r-tabs-panel > div blockquote {
    color: #2d2d2d;
    font-size: 16px;
}
.review-shortDesc {
    color: #323232;
}
.review-longDesc, .rev_allowratings {
    color: #2d2d2d;
}
.rev_allowratings .btn {
    border: 1px solid #9a9a9a;
    color: #141414;
    background: #fff;
}
.rev_allowratings .btn:hover {
    color: #fff;
    background-color: #141414;
    border-color: #141414;
}
.rev_allowratings .btnYes {
    background: #141414;
    color: #fff;
    border-color: #141414;
}
.rev_allowratings .btnYes:hover {
    background: #fff;
    color: #141414;
    border-color: #9a9a9a;
}
.rev_allowratings span strong, .rev_allowratings span b {
    color: #2d2d2d;
}
.qa-answer-btn.btn-default {
    color: #000;
    border-width: 1px;
    border-style: solid;
    border-color: #787878;
    border-radius: 3px;
    background-image: -moz-linear-gradient( 90deg,rgb(240,240,240) 0%,rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg,rgb(240,240,240) 0%,rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg,rgb(240,240,240) 0%,rgb(255,255,255) 100%);
}
.qa-answer-btn.btn-default:hover,
.qa-answer-btn.btn-default:focus,
.qa-answer-btn.btn-default:active {
    color: #000;
    border-color: #787878;
    background-image: -moz-linear-gradient( 90deg,rgb(240,240,240) 0%,rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg,rgb(240,240,240) 0%,rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg,rgb(240,240,240) 0%,rgb(255,255,255) 100%);
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}
.browsing_historyBlock .history-disable-btn .btn {
    border: 1px solid #9a9a9a;
    color: #141414;
    background: #fff;
}
.browsing_historyBlock .history-disable-btn .btn:hover,
.browsing_historyBlock .history-disable-btn .btn:focus {
    border-color: #141414;
    background: #141414;
    color: #fff;
}
.product-items .product-item > .action.clear .btn {
    border: 2px solid #141414;
    color: #141414;
    background: #fff;
}
.product-items .product-item > .action.clear .btn:hover,
.product-items .product-item > .action.clear .btn:focus {
    border: 2px solid #141414;
    color: #fff;
    background: #141414;
}

#breadcrumbsBlock ul li a {
    color: #2d2d2d;
}
#breadcrumbsBlock ul li a:hover {
    color: #141414;
}

/* View Cart */
#viewCartQuick .quick-chkbuttons .btn:first-child {
    border: 1px solid #787878;
    background: #fff;
    color: #000;
    background-image: -moz-linear-gradient( 90deg,rgb(240,240,240) 0%,rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg,rgb(240,240,240) 0%,rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg,rgb(240,240,240) 0%,rgb(255,255,255) 100%);
}
#viewCartQuick .quick-chkbuttons .btn:first-child:hover {
    border: 1px solid #787878;
    background: #fff;
    color: #000;
    background-image: -moz-linear-gradient( 90deg,rgb(240,240,240) 0%,rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg,rgb(240,240,240) 0%,rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg,rgb(240,240,240) 0%,rgb(255,255,255) 100%);
}
.qv-col.qv-col2 h2.name {
    color: #141414;
}


/* Cart Page */
.checkout-btns .btn-checkout {
    color: #FFFFFF;
    border: 1px solid #EA3B02;
    border-radius: 4px;
    background-image: -moz-linear-gradient( 90deg, #D63211 0%, #EA4506 100%);
    background-image: -webkit-linear-gradient( 90deg, #D63211 0%, #EA4506 100%);
    background-image: -ms-linear-gradient( 90deg, #D63211 0%, #EA4506 100%);
    box-shadow: inset 0 1px 0 0 #FA710C;
}
.checkout-btns .btn-checkout:hover,
.checkout-btns .btn-checkout:focus {
    background: #EA3B02;
    border: 1px solid #EA3B02;
    color: #FFFFFF;
}

.continue-shopping a {
    color: #141414;
    background: #ffffff;
    border: 1px solid #2d2d2d;
}
.continue-shopping a:hover {
    color: #fff;
    background: #141414;
    border-color: #141414;
}

/* Checkout Page */
#spanCheckout .pull-right > .btn {
    color: #FFFFFF;
    border: 1px solid #EA3B02;
    border-radius: 4px;
    background-image: -moz-linear-gradient( 90deg, #D63211 0%, #EA4506 100%);
    background-image: -webkit-linear-gradient( 90deg, #D63211 0%, #EA4506 100%);
    background-image: -ms-linear-gradient( 90deg, #D63211 0%, #EA4506 100%);
    box-shadow: inset 0 1px 0 0 #FA710C;
}
#spanCheckout .pull-right > .btn:hover,
#spanCheckout .pull-right > .btn:focus {
    background: #EA3B02;
    border: 1px solid #EA3B02;
    color: #FFFFFF;
}
.applyCoupon .coupon-apply .btn {
    background: #141414;
    border: 1px solid #141414;
    color: #fff;
}
.applyCoupon .coupon-apply .btn:hover {
    background: #fff;
    color: #141414;
    color: #fff;
}

/* Wishlist */
.wishlistView_details .col-md-2.last .wl-details .btn {
    background: #141414;

    color: #fff;
    border: 2px solid #141414;
}
.wishlistView_details .col-md-2.last .wl-details .btn:hover,
.wishlistView_details .col-md-2.last .wl-details .btn:focus {
    background: #fff;
    color: #141414;
}
.page_header .button .btn {
    color: #000;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(120, 120, 120);
    border-radius: 3px;
    background-image: -moz-linear-gradient( 90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
}
.page_header .button .btn:hover,
.page_header .button .btn:focus,
.page_header .button .btn:active {
    color: #000;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(120, 120, 120);
    border-radius: 3px;
    background-image: -moz-linear-gradient( 90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.logout-btn .btn-link {
    color: #000;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(120, 120, 120);
    border-radius: 3px;
    background-image: -moz-linear-gradient( 90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
}
.logout-btn .btn-link:hover,
.logout-btn .btn-link:focus,
.logout-btn .btn-link:active {
    color: #000;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(120, 120, 120);
    border-radius: 3px;
    background-image: -moz-linear-gradient( 90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

.page_header .account_addressbook .button a {
    color: #FFFFFF;
    border-width: 1px;
    border-style: solid;
    border-color: #EA3B02;
    background-image: -moz-linear-gradient( 90deg, #D63211 0%, #EA4506 100%);
    background-image: -webkit-linear-gradient( 90deg, #D63211 0%, #EA4506 100%);
    background-image: -ms-linear-gradient( 90deg, #D63211 0%, #EA4506 100%);
    box-shadow: inset 0 1px 0 0 #FA710C;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}
.page_header .account_addressbook .button a:hover,
.page_header .account_addressbook .button a:focus {
    color: #EA3B02;
    background: #FFFFFF;
    border-color: #EA3B02;
}
.view-productlist-button .btn,
.giftregistrySendEmails .send-email-button .btn-default,
.save-cancel-button .btn-default {
    background: #ffffff;
    color: #141414;
    border: 2px solid #141414;
}
.view-productlist-button .btn:hover,
.giftregistrySendEmails .send-email-button .btn-default:hover,
.save-cancel-button .btn-default:hover {
    background: #141414;
    color: #fff;
    border-color: #141414;
}
section#message .button .btn,
section#error .button .btn {
    text-shadow: none;
    box-shadow: none;
    color: #000;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(120, 120, 120);
    background-image: -moz-linear-gradient( 90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
}
section#message .button .btn:hover,
section#error .button .btn:hover {
    color: #000;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(120, 120, 120);
    background-image: -moz-linear-gradient( 90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(240, 240, 240) 0%, rgb(255, 255, 255) 100%);
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
}

/*Off-canvas Navigation*/

body.st-off-canvas {
   overflow: hidden;
}
.st-container,
.st-pusher,
.st-content {
   height: 100%;
}
.st-content {
   overflow-y: scroll;
   background: #f3efe0;
}
.st-content,
.st-content-inner {
   position: relative;
}
.st-container {
   position: relative;
   overflow: hidden;
}
.st-pusher {
   position: relative;
   left: 0;
   height: 100%;
   -webkit-transition: -webkit-transform .3s;
   -moz-transition: -webkit-transform .3s;
   -ms-transition: -webkit-transform .3s;
   -o-transition: -webkit-transform .3s;
   transition: transform .3s;
}
.st-pusher::after {
   position: absolute;
   z-index: 999;
   top: 0;
   right: 0;
   width: 0;
   height: 0;
   content: '';
   /* Opacity for IE8 and lower */
   -webkit-transition: opacity .3s, width .1s .3s, height .1s .3s;
   -moz-transition: opacity .3s, width .1s .3s, height .1s .3s;
   -ms-transition: opacity .3s, width .1s .3s, height .1s .3s;
   -o-transition: opacity .3s, width .1s .3s, height .1s .3s;
   transition: opacity .3s, width .1s .3s, height .1s .3s;
   opacity: 0;
   /*background: rgba(45, 45, 50, .8);*/
   background: rgba(0, 0, 0, .4);
   /* Opacity for Modern Browsers */
   filter: alpha(opacity=0);
}
.st-menu-open .st-pusher::after {
   width: 100%;
   height: 100%;
   /* Opacity for IE8 and lower */
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
   opacity: 1;
   /* Opacity for Modern Browsers */
   filter: alpha(opacity=100);
}
.st-menu {
   position: absolute;
   z-index: 100;
   top: 0;
   left: 0;
   visibility: hidden;
   width: 90%;
   height: 100%;
   -webkit-transition: all .3s;
   transition: all .3s;
   background: #fff;
}
.st-menu::after {
   position: absolute;
   top: 0;
   right: 0;
   width: 100%;
   height: 100%;
   content: '';
   /* Opacity for IE8 and lower */
   -webkit-transition: opacity .3s;
   transition: opacity .3s;
   opacity: 1;
   background: rgba(0, 0, 0, .2);
   /* Opacity for Modern Browsers */
   filter: alpha(opacity=100);
}
.st-menu-open .st-menu::after {
   width: 0;
   height: 0;
   /* Opacity for IE8 and lower */
   -webkit-transition: opacity .3s, width .1s .3s, height .1s .3s;
   transition: opacity .3s, width .1s .3s, height .1s .3s;
   opacity: 0;
   /* Opacity for Modern Browsers */
   filter: alpha(opacity=0);
}

/* content style */

.st-menu ul {
   margin: 0;
   padding: 0;
   list-style: none;
}
.st-menu > ul {
   overflow-y: scroll;
   height: 100%;
   min-height: 391px;
   padding-bottom: 50px;
}
.st-menu h2 {
   font-size: 2em;
   font-weight: 300;
   margin: 0;
   padding: 1em;
   color: rgba(0, 0, 0, .4);
   text-shadow: 0 0 1px rgba(0, 0, 0, .1);
}
#mobile-categories > ul > li:first-child > a,
#mobile-customer > ul > li:first-child {
    border-top: 1px solid #efefef;
}
.st-menu ul li a {
    border-bottom: 1px solid #efefef;
}
.st-menu ul li .imageArea .four-images a:last-child,
.st-menu ul li .imageArea .col-right a,
.st-menu ul li.alignLeft .imageArea a {
    border-bottom: none;
}

nav#mobile-customer ul li .not-logged {
   font-size: 0;
   line-height: normal;
   color: #969696;
}
nav#mobile-customer ul li .not-logged a {
   display: block;
}
nav#mobile-customer ul li .not-logged a:hover {
   background: #fafafa;
}
nav#mobile-customer ul li .logged-in {
   font-size: 13px;
   padding-left: 20px;
   border-bottom: 1px solid #efefef;
}
nav#mobile-customer ul li .logged-in a {
   display: inline-block;
   padding-right: 0px;
   padding-left: 0px;
   border-bottom: 0;
}
nav#mobile-customer ul li .logged-in a.username {
    margin-bottom: 0;
    padding-bottom: 0;
}
nav#mobile-customer ul li .logged-in a.logout {
    display: block;
}
.st-menu ul li a {
   font-size: 13px;
   font-weight: 600;
   display: block;
   padding: 13px 20px 12px;
   letter-spacing: 0;
   text-transform: uppercase;
   color: #141414;
   outline: none;
}
.st-menu > ul > li > a:hover {
   background: #fafafa;
}

.st-menu > ul > li.hasSub:hover > a {
   background: #fafafa;
}
.st-menu ul li ul li a {
   font-size: 12px;
   font-weight: 500;
   padding-right: 35px;
   padding-left: 20px;
   letter-spacing: .02em;
   border-bottom: 1px solid #efefef;
   background: #fff;
   text-transform: none;
}
.st-menu ul li:last-child > a {
   border-bottom: none;
}
#mobile-categories ul li.expanded > a {
    border-top: 1px solid #efefef;
    text-align: center;
    padding-left: 75px;
}
.st-menu ul li span.toggle-expand,
.st-menu ul li span.toggle-close {
   position: absolute;
   top: 3px;
   right: 0;
   width: 40px;
   height: 40px;
   cursor: pointer;
   transition: all 0.3s ease;
}
.st-menu ul li span.toggle-expand::before {
    transition: all 0.5s ease;
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
}
.st-menu ul li span.toggle-close::before {
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transition: all 0.5s ease;
}
.st-menu ul li span.toggle-expand::before {
   position: absolute;
   top: 8px;
   right: 15px;
   content: '\f104';
   font: normal normal normal 23px/1 FontAwesome;
   color: #969696;
}
.st-menu ul li span.toggle-close::before {
   position: absolute;
   top: 8px;
   right: 15px;
   content: '\f104';
   font: normal normal normal 23px/1 FontAwesome;
   color: #969696;
}
.st-menu ul li.expanded span.toggle-close {
    left: 1px;
    right: auto;
}
.st-menu ul li.expanded span.toggle-close:after {
    content: "Back";
    position: absolute;
    top: 11px;
    left: 35px;
    font-size: 13px;
    color: #969696;
}
.st-menu ul li.expanded > a {
   color: #141414;
}
.st-menu > ul > li.expanded:hover > a {
   background: #fafafa;
}
.st-menu ul li .subMenu,
.st-menu ul li .subMegaMenu {
   display: none;
}
.st-menu ul li.hasSub.expanded .subMenu,
.st-menu ul li .subMegaMenu.sub-expand {
   display: block;
}
.st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul li.hasSub > ul {
   display: none;
}
.st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul li.hasSub.expanded > ul {
   display: block;
}
.st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul > li.hasSub > ul > li > a {
   font-weight: 400;
   text-transform: none;
}
.st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul > li.hasSub > span.toggle-expand::before,
.st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul > li.hasSub > span.toggle-close::before {
   font-family: FontAwesome;
   top: 8px;
   right: 15px;
   content: '\f104';
}
.st-menu > ul > li:last-child {
   margin-bottom: 100px;
}

/* Individual effects */

/* Effect: Push*/

.st-effect-1.st-menu-open .st-effect,
.st-effect-2.st-menu-open .st-effect,
.st-effect-3.st-menu-open .st-effect {
   -webkit-transform: translate3d(0px, 0, 0);
   -moz-transform: translate3d(0px, 0, 0);
   -ms-transform: translate3d(0px, 0, 0);
   -o-transform: translate3d(0px, 0, 0);
   transform: translate3d(0px, 0, 0);
   z-index: 10001;
}

.st-effect-1.st-menu,
.st-effect-2.st-menu,
.st-effect-3.st-menu {
   -webkit-transform: translate3d(-100%, 0, 0); 
   -moz-transform: translate3d(-100%, 0, 0);
   -ms-transform: translate3d(-100%, 0, 0);
   -o-transform: translate3d(-100%, 0, 0); 
   transform: translate3d(-100%, 0, 0);
   top: 46px;
}
.noTopBarPromotion .st-effect-1.st-menu,
.noTopBarPromotion .st-effect-2.st-menu,
.noTopBarPromotion .st-effect-3.st-menu {
    top: 53px;
}
.st-effect-1.st-menu-open .st-effect-1.st-menu,
.st-effect-2.st-menu-open .st-effect-2.st-menu,
.st-effect-3.st-menu-open .st-effect-3.st-menu {
   visibility: visible;
   -webkit-transition: -webkit-transform .3s;
   -moz-transition: -webkit-transform .3s;
   -ms-transition: -webkit-transform .3s;
   -o-transition: -webkit-transform .3s;
   transition: transform .3s;
}

.st-effect-1.st-menu::after,
.st-effect-2.st-menu::after,
.st-effect-3.st-menu::after {
   display: none;
}

.st-effect-1.st-menu-open .header-top,
.st-effect-1.st-menu-open #mobile-navigation,
.st-effect-2.st-menu-open .header-top,
.st-effect-2.st-menu-open #mobile-navigation {
    position: relative;
    z-index: 9999;
}
.hamburger-menu {
    background: #fff;
    transition: all 0s .3s;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.hamburger-menu, .hamburger-menu::after, .hamburger-menu::before {
    width: 20px;
    height: 3px;
}
.st-effect-1.st-menu-open .hamburger-menu {
    background: rgba(255,255,255,0);
}
.hamburger-menu::after, .hamburger-menu::before {
    content: "";
    position: absolute;
    left: 0;
    background: #fff;
}
.hamburger-menu::before {
    bottom: 7px;
    transition: bottom .3s .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: bottom .3s .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1);
    transition: bottom .3s .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
}
.hamburger-menu::after {
    top: 7px;
    transition: top .3s .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
    transition: top .3s .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1);
    transition: top .3s .3s cubic-bezier(.23,1,.32,1),transform .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);
}
.st-effect-1.st-menu-open .hamburger-menu::before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: bottom .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s .3s cubic-bezier(.23,1,.32,1);
    transition: bottom .3s cubic-bezier(.23,1,.32,1),transform .3s .3s cubic-bezier(.23,1,.32,1);
    transition: bottom .3s cubic-bezier(.23,1,.32,1),transform .3s .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s .3s cubic-bezier(.23,1,.32,1);
}

.st-effect-1.st-menu-open .hamburger-menu::after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: top .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s .3s cubic-bezier(.23,1,.32,1);
    transition: top .3s cubic-bezier(.23,1,.32,1),transform .3s .3s cubic-bezier(.23,1,.32,1);
    transition: top .3s cubic-bezier(.23,1,.32,1),transform .3s .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s .3s cubic-bezier(.23,1,.32,1);
}

/* */
.header-title {
    text-align: center;
}

.header-title .desc-text {
  color: #2d2d2d;
  line-height: 14px;
  margin-bottom: 30px;
}
.header-title .desc-text a {
  color: #141414;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-bottom: 2px solid #141414;
  line-height: 14px;
  padding-bottom: 1px;
  display: inline-block;
  position: relative;
  margin-left: 11px;
}
.header-title .desc-text a:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 1px;
  background: #d3d3d3;
  width: 1px;
  height: 14px;
}

/* Header */
.header-top {
    min-height: 36px;
    background: #FFFFFF;
    color: #b05d5d;
    padding: 10px 0;
}
.header-top > .container {
    position: relative;
}
.header-top p {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 15px;
}
.header-top p a {
    color: #b05d5d;
    display: inline-block;
}
.header-top p a:hover {
    color: #b05d5d;
    border-bottom: 1px solid #b05d5d;
}
.header-top p a.close {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -7px;
    font-weight: 400;
    font-size: 24px;
    line-height: 15px;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    text-shadow: none;  
}
.header-top p a.close:hover {
    border-bottom: none;
    opacity: 1;
    filter: alpha(opacity=100);
}

.header-bottom {
    padding: 20px 0 15px 0;
    text-transform: uppercase;
}

.header-bottom .header-panel-top a, 
.header-bottom .wishlist-link > a,
.header-bottom #top-cart > a {
  color: #141414;
}
.header-bottom .header-panel-top a:hover, 
.header-bottom .wishlist-link > a:hover,
.header-bottom #top-cart > a:hover {
  color: #000;
}
.header-bottom svg {
    fill: #141414;
}

.header-bottom .logo {
    padding-top: 5px;  
    font-size: 16px;
    font-weight: 600;
}
.header-bottom .logo img {
    max-height: 75px;
    max-width: 320px;
}
.header-bottom .logo h1 {
    margin-top: 0;
    font-size: 28px;
}
.header-bottom .logo .store-slogan {
    font-size: 12px;
    text-transform: capitalize;
    margin-top: 0;
    margin-bottom: 20px;
}
.header-bottom .header-panel-wrap {
    width: 100%;
    float: right;
    text-align: right;
    padding-bottom: 16px;
}
.header-bottom .header-panel-wrap > div {
    display: inline-block;
    padding: 0 10px;
    position: relative;
    line-height: 13px;
    vertical-align: middle;
    font-weight: 600;
}
.header-bottom .header-panel-wrap > div.has-dropdown-menu > span {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-pack: center;
    cursor: pointer;
    color: #141414;
}
.header-bottom .header-panel-wrap > div > span i {
    font-size: 8px;
    font-weight: 400;
    color: #323232;
    padding-left: 7px;
    margin-top: -2px;
}
.header-bottom .has-dropdown-menu .dropdown-menu {
    display: none;
    top: 25px;
    font-weight: 400;
    font-size: 12px;
    text-transform: capitalize;
    border: none;
    padding: 9px 15px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0px 0px 3px rgba(30, 30, 30, 0.2); 
    -webkit-box-shadow: 0px 0px 3px rgba(30, 30, 30, 0.2); 
    -moz-box-shadow: 0px 0px 3px rgba(30, 30, 30, 0.2);
    -ms-box-shadow: 0px 0px 3px rgba(30, 30, 30, 0.2);
}
.header-bottom .has-dropdown-menu.expanded .dropdown-menu {
    display: block;
}
.header-bottom .has-dropdown-menu .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 20px;
    width: 10px;
    height: 10px;
    border-bottom-color: #fff;
    border-right: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); 
    transform: rotate(-45deg); 
    background: #fff;
}
.header-bottom .header-panel-wrap .need-help {
    padding-left: 0;
    padding-right: 17px;
}
.header-bottom .header-panel-wrap .need-help > span {
    font-weight: 600;
}
.header-bottom .need-help-dropdown {
    min-width: 270px;
    line-height: 15px;
    letter-spacing: 0;
    color: #2d2d2d;
}
.header-bottom .need-help-dropdown .row {
  padding: 7px 0;
}
.header-bottom .need-help-dropdown .col-xs-4 {
    text-align: right;
    padding-right: 0;
    width: 77px;
    font-weight: 500;
}
.header-bottom .need-help-dropdown .col-xs-8 {
    width: calc(100% - 77px);
    padding-left: 10px;
}
.header-bottom .need-help-dropdown .email .col-xs-8 {
    text-transform: none;
}
.header-bottom .need-help-dropdown a {
    color: #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
    display: inline-block;
}
.header-bottom .need-help-dropdown a:hover {
    color: #000;
    border-bottom-color: #000;
}
.header-bottom .header-panel-wrap .currency {
    padding-right: 8px;
}
.header-bottom .header-panel-wrap .currency img {
    margin-top: -1px;
}
.header-bottom .header-panel-wrap .currency > span {
    line-height: 17px;
    padding-left: 7px;
    color: #141414;
}
.header-bottom .header-panel-wrap .language {
    border-left: 1px solid #4b4b4b;
    border-right: 1px solid #4b4b4b;
    padding: 0 12px;
}
.header-bottom .has-dropdown-menu .dropdown-menu.google-translate {
    min-width: 229px;
    padding: 15px;
}
.header-bottom .goog-te-gadget {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #141414;
}
.header-bottom .goog-te-gadget img {
    margin-top: 2px;
}
.header-bottom .goog-te-gadget-simple {
    width: 100%;
}
.header-bottom .goog-te-gadget-simple .goog-te-menu-value {
    line-height: 25px;
}
.header-bottom .goog-te-gadget-simple .goog-te-menu-value span {
    color: #464646;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 12px;
}
.header-bottom .goog-te-gadget-simple .goog-te-menu-value span:first-child {
    min-width: 137px;
    display: inline-block;
    line-height: 15px;
    padding-top: 6px;
}
.header-bottom .goog-te-gadget-simple .goog-te-menu-value span:nth-child(3) {
    height: 25px;
    display: inline-block;
}
.header-bottom .goog-te-gadget-simple .goog-te-menu-value span:last-child {
    padding-left: 2px;
}
.goog-te-menu-frame {
    left: 50% !important;
    top: 130px !important;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.header-bottom .header-panel-wrap .gift-registry {
    padding-left: 8px;
    padding-right: 15px;
}
.header-bottom .header-panel-wrap .useraccount {
    display: inline-block;
    float: right;
    padding-right: 0;
    padding-left: 15px;
}
.header-bottom .header-panel-wrap .useraccount > div {
    text-transform: capitalize;
    font-weight: 400;
    padding-top: 3px;
}
.header-bottom .header-panel-wrap .useraccount > div span {
    float: left;
    padding-right: 5px;
    line-height: 14px;
}
.header-bottom .header-panel-wrap .useraccount > div a {
    font-weight: 600;
    float: left;
    text-transform: uppercase;
    display: inline-block;
    line-height: 14px;
    border-bottom: 1px solid transparent;
}
.header-bottom .header-panel-wrap .useraccount > .logged-in a {
    float: none;
}
.header-bottom .header-panel-wrap .useraccount > .logged-in a.username {
    text-transform: capitalize;
}
.header-bottom .header-panel-wrap .useraccount > .logged-in a.username strong {
    font-weight: 600;
}
.header-bottom .header-panel-wrap .useraccount > div > a:hover {
    border-bottom: 1px solid #000;
}
.header-bottom .header-panel-wrap .useraccount .not-logged .register-link {
    display: none;
}
.header-bottom .header-panel-top .free-shipping-text {
    width: 100%;
    float: right;
    font-weight: 600;
    letter-spacing: .05em;
    margin-bottom: 25px;
}
.header-bottom .custom-category {
    padding-top: 2px;
}
.header-bottom .custom-category ul {
    padding: 0;
    margin: 0;
}
.header-bottom .custom-category ul li {
    display: inline-block;
    list-style: none;
}
.header-bottom .custom-category ul li {
    padding: 0 15px;
}
.header-bottom .custom-category ul li a {
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
    color: #141414;
}
.header-bottom .custom-category ul li a:hover {
    border-bottom-color: #141414;
    color: #000;
}
.header-bottom .custom-category ul li:first-child {
    padding-left: 0;
}
/*.header-bottom #FRAME_SEARCH {
    display: inline-block;
    vertical-align: top;
    margin-right: 28px;
}*/
.header-bottom #searchBox {
    position: relative;
}
.header-bottom #searchBox .search-form svg {
    width: 24px;
    height: 24px;
}
.header-bottom #searchBox .search-form {
    position: relative;
}
.header-bottom .wishlist-link {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}
.header-bottom .wishlist-link svg {
    width: 24px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 2px;
}
.header-bottom .wishlist-link a {
    margin-left: 3px;
    border-bottom: 1px solid transparent;
    line-height: 15px;
    display: inline-block;
    vertical-align: middle;
    padding-top: 4px;
    font-size: 13px;
    font-weight: 600;
}
.header-bottom .wishlist-link a:hover {
    color: #000;
    border-bottom: 1px solid #000;
    text-decoration: none;
}

.header-bottom #top-cart a:hover .cart-details span.cart-title,
.header-bottom #top-cart.cart-expanded a .cart-details span.cart-title {
    color: #000;
    border-bottom: 1px solid #000;
}

/* Main menu */
#top-categories-menu {
    background: #38383E;
}
#top-categories-menu > .container {
    position: relative;
    padding: 0;
    max-width: 1180px;
}
#top-categories-menu .container > ul {
   margin: 0;
   padding: 0;
   font-size: 0;
}
#top-categories-menu .container > ul > li {
   position: relative;
   display: inline-block;
   font-size: 12px;
}
#top-categories-menu .container > ul > li.home-menu a {
    background-color: #56565F;
}
#top-categories-menu .container > ul > li > a {
   font-size: 12px;
   font-weight: 700;
   line-height: 18px;
   min-height: 24px;
   display: block;
   padding: 10px 15px;
   text-transform: uppercase;
   color: #FFFFFF;
   border-bottom: 2px solid transparent;
}
#top-categories-menu .container > ul > li:hover > a {
    text-decoration: none;
    background-color: #56565F;
    color: #FFFFFF;
}
#top-categories-menu .container > ul > li:first-child > a {
    margin-left: 0;
}
#top-categories-menu .container > ul > li > .subMenu {
   position: absolute;
   z-index: 99;
   top: auto;
   display: none;
   min-width: 208px;
   -webkit-transition: all .3s ease 0s;
   -moz-transition: all .3s ease 0s;
   -ms-transition: all .3s ease 0s;
   -o-transition: all .3s ease 0s;
   transition: all .3s ease 0s;
   background-color: #FFFFFF;
   -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
   -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
   box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
}

#top-categories-menu .container > ul > li > .subMenu ul {
   padding: 10px 0;
   list-style: none;
}
#top-categories-menu .container > ul > li.dropdown:hover > .subMenu {
   display: block;
   -webkit-transition: all .3s ease 0s;
   -moz-transition: all .3s ease 0s;
   -ms-transition: all .3s ease 0s;
   -o-transition: all .3s ease 0s;
   transition: all .3s ease 0s;
}
#top-categories-menu .container > ul > li .subMenu li {
   position: relative;
   padding: 7px 20px;
   text-align: left;
}
#top-categories-menu .container > ul > li .subMenu li a {
   position: relative;
   color: #06052D;
}
#top-categories-menu .container > ul > li .subMenu li:hover > a {
   color: #2D2D2D;
   text-decoration: none;
}
#top-categories-menu .container > ul > li .subMenu li > a.subcat {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
#top-categories-menu .container > ul > li .subMenu li:hover > a.subcat {
    padding-left: 15px;
    color: #2D2D2D;
}
#top-categories-menu .container > ul > li .subMenu li:hover > a:before {
    font-family: FontAwesome;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 0;
    color: #2D2D2D;
    content: '\f0da';
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    filter: alpha(opacity=0);
}

#top-categories-menu li.hasMegamenu > .subMegaMenu {
    background-color: #FFFFFF;
}
#top-categories-menu li.hasMegamenu > .subMegaMenu .cateArea ul li a {
    color: #06052D;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
#top-categories-menu li.hasMegamenu > .subMegaMenu .cateArea ul li:hover > a {
    color: #2D2D2D;
    padding-left: 15px;
}

#top-categories-menu li.hasMegamenu > .subMegaMenu .cateArea ul li:hover > a:before,
#top-categories-menu li.hasMegamenu > .subMegaMenu .cateArea li.hasSub ul li:hover > a:before,
#top-categories-menu li.hasMegamenu > .subMegaMenu.dropDefault .cateArea li:hover > a:before {
    font-family: FontAwesome;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 0;
    color: #2D2D2D;
    content: '\f0da';
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    filter: alpha(opacity=0);
}

#top-categories-menu li.hasMegamenu > .subMegaMenu.hasBottomCate .bottomCate {
  background: #f8f8f8;
  margin-top: 40px;
  color: #2d2d2d;
  text-align: center;
}
#top-categories-menu li.hasMegamenu > .subMegaMenu.hasBottomCate .bottomCate .container {
  padding: 12px 15px;
}
#top-categories-menu li.hasMegamenu > .subMegaMenu.hasBottomCate .bottomCate p {
  margin-bottom: 0;
}
#top-categories-menu li.hasMegamenu > .subMegaMenu.hasBottomCate .bottomCate p a {
  color: #2d2d2d;
  text-decoration: none;
  position: relative;
  display: inline-block;
  line-height: 14px;
  border-bottom: 1px solid #7b7b7b;
}
#top-categories-menu li.hasMegamenu > .subMegaMenu.hasBottomCate .bottomCate p a:hover {
    color: #2d2d2d;
}

/* Home Content */
#mainContainer {
    width: 100%;
    margin: 0 auto;
}

/* Home Slider */
.homeCarousel{
    position: relative;
    margin: 0 0 20px 0;
}

.homeCarousel img:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.homepage-slider .owl-carousel .owl-nav div {
    position: absolute;
    top: 50%;
    width: 33px;
    height: 33px;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 0;
    padding: 0;
    margin: 0;
    display: none;
    transform: translateY(-50%);
}

.homepage-slider:hover .owl-carousel .owl-nav div {
    display: table;
}

.homepage-slider .owl-carousel .owl-nav div i {
    font-size: 20px;
    color: #000;
    display: table-cell;
    vertical-align: middle;
}

.homepage-slider .owl-carousel .owl-nav .owl-next i {
    margin-right: -2px;
}

.homepage-slider .owl-carousel .owl-nav .owl-prev i {
    margin-left: -2px;
}

.homepage-slider .owl-carousel .owl-nav .owl-prev {
    left: -16.5px;
}

.homepage-slider .owl-carousel .owl-nav .owl-next {
    left: auto;
    right: -16.5px;
}

.homepage-slider .owl-carousel .owl-dots {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.homepage-slider .owl-carousel .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    transition: none;
    border-radius: 50%;
    background: rgba(255,255,255,.6);
    box-shadow: none;
    margin: 0 5px;
    padding: 0;
}

.homepage-slider .owl-carousel .owl-dot.active{
    border-width: 3px;
    border-style: solid;
    border-color: #fff;
    background: transparent;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.3)!important;
}

.homepage-slider .owl-carousel .owl-dot span{
    display: none;
}

/*Home Top Banners*/
#home-top-banners .row {
    margin-right: -10px;
    margin-left: -10px;
}
#home-top-banners .banner-item{
    padding-left: 10px;
    padding-right: 10px;
}

#home-top-banners a {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
}

#home-top-banners a > img.img-second {
    position: absolute;
    top: 0;
    left: 0;
}

#home-top-banners a > img {
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all .3s ease 0s;
}

#home-top-banners a:hover > img.img-first {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/* Product Item */
.product-item .name a {
    color: #000000;
}
.product-item .price span.regular-price{
    color: #000000;
}
.product-item del.regular-price{
    color: #A3A3A3;
}
.product-item .price .sale-price{
    color: #EA3B02;
}
.reviews-stars svg {
    fill: #dadada;
}
.reviews-stars i {
    color: #DADADA;
}
.reviews-stars.rating-1 svg:nth-child(1),
.reviews-stars.rating-2 svg:nth-child(1),
.reviews-stars.rating-2 svg:nth-child(2),
.reviews-stars.rating-3 svg:nth-child(1),
.reviews-stars.rating-3 svg:nth-child(2),
.reviews-stars.rating-3 svg:nth-child(3),
.reviews-stars.rating-4 svg:nth-child(1),
.reviews-stars.rating-4 svg:nth-child(2),
.reviews-stars.rating-4 svg:nth-child(3),
.reviews-stars.rating-4 svg:nth-child(4),
.reviews-stars.rating-5 svg:nth-child(1),
.reviews-stars.rating-5 svg:nth-child(2),
.reviews-stars.rating-5 svg:nth-child(3),
.reviews-stars.rating-5 svg:nth-child(4),
.reviews-stars.rating-5 svg:nth-child(5)
{
    fill: #F46F02;
}
.reviews-stars.rating-1 i:nth-child(1),
.reviews-stars.rating-2 i:nth-child(1),
.reviews-stars.rating-2 i:nth-child(2),
.reviews-stars.rating-3 i:nth-child(1),
.reviews-stars.rating-3 i:nth-child(2),
.reviews-stars.rating-3 i:nth-child(3),
.reviews-stars.rating-4 i:nth-child(1),
.reviews-stars.rating-4 i:nth-child(2),
.reviews-stars.rating-4 i:nth-child(3),
.reviews-stars.rating-4 i:nth-child(4),
.reviews-stars.rating-5 i:nth-child(1),
.reviews-stars.rating-5 i:nth-child(2),
.reviews-stars.rating-5 i:nth-child(3),
.reviews-stars.rating-5 i:nth-child(4),
.reviews-stars.rating-5 i:nth-child(5)
{
    color: #F46F02;
}
.product-item .on-sale-badge {
    background-color: #EA3B02;
    color: #FFFFFF;
}
.product-item .on-sale-badge::after {
    border-color: #EA3B02;
}
.product-item .img .quickview {
    color: #FFFFFF;
    background-color: #00000099;
}
.product-item .product-desc .div-hovered .add-to-cart {
    border: 1px solid #EA3B02;
    background-color: #FFFFFF;
    color: #EA3B02;
    border-radius: 3px;
    width: 100%;
}
.product-item .product-desc .div-hovered .add-to-cart:hover,
.product-item .product-desc .div-hovered .add-to-cart:focus,
.product-item .product-desc .div-hovered .add-to-cart:active {
    color: #FFFFFF;
    border-color: #EA3B02;
    background-image: -moz-linear-gradient( 90deg, #D63211 0%, #EA4506 100%);
    background-image: -webkit-linear-gradient( 90deg, #D63211 0%, #EA4506 100%);
    background-image: -ms-linear-gradient( 90deg, #D63211 0%, #EA4506 100%);
    box-shadow: inset 0 1px 0 0 #FA710C;
    text-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}
.product-items .product-item .add-to-cart.stock-0,
.product-items .product-item .add-to-cart.stock-0:hover,
.product-items .product-item .add-to-cart.stock-0:focus {
    background: #9a9a9a;
    color: #fff; 
    border: 2px solid transparent;
}

/* Featured Products */
.products-section .inner-wrapper{
    margin: 0 -10px;
} 

.products-section .inner-wrapper .productBlockContainer{
    display: flex;
    flex-wrap: wrap;
} 

.inner-wrapper .productBlockContainer .product-item{
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0 10px;
    position: relative;
    margin-bottom: 2em;
    text-align: left;
}

.inner-wrapper .productBlockContainer.columns-5 .product-item{
    width: 20%;
}

.inner-wrapper .productBlockContainer.columns-4 .product-container {
    width: 25%;
}

.inner-wrapper .productBlockContainer.columns-3 .product-container {
    width: 33.33%;
}

.inner-wrapper .productBlockContainer.columns-2 .product-container {
    width: 50%;
}

.inner-wrapper .productBlockContainer.columns-1 .product-container {
    width: 100%;
}

.inner-wrapper .productBlockContainer .product-item .desc{
    display: none;
}

/*Home Bottom Banners*/
#home-bottom-banners {
    padding-top: 10px;
    padding-bottom: 10px;
}
#home-bottom-banners .row {
    margin-right: -10px;
    margin-left: -10px;
}
#home-bottom-banners .banner-item {
    padding: 0 10px;
}

#home-bottom-banners a {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: center;
}

#home-bottom-banners a img {
    transition: all .3s ease 0s;
}

#home-bottom-banners a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

/*home Brand*/
/*home Brand*/

#homeBrands .container {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px dotted #b2b2b2;
}
@media(min-width: 992px) {
    #homeBrands .container {
        border-top: none;
    }
    #homeBrands .container .owl-carousel:after {
        content: '';
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        display: block;
        height: 1px;
        border-top: 1px dotted #b2b2b2;
    }
}

#homeBrands .owl-carousel {
    margin: 0;
    padding: 0;
    list-style: none;
}

#homeBrands .owl-carousel .owl-item {
    text-align: center;
}

#homeBrands .owl-carousel .owl-item div a {
    display: block;
}

#homeBrands .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
    max-width: 100%;
}

#homeBrands .owl-nav > div {
    font-size: 18px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

#homeBrands .owl-nav > div > i.fa {
    display: table-cell;
    width: 37px;
    height: 37px;
    vertical-align: middle;
}

#homeBrands .owl-nav > div.owl-prev {
    left: -7px;
}

#homeBrands .owl-nav > div.owl-next {
    right: -7px;
}

/*Footer*/
#footer-wrapper {
    padding-top: 27px;
    background-color: #DDDDDD;
    background-image: url('../images/footer-shadow-top.png');
    background-repeat: repeat-x;
    background-position: top center;
}

/*Main Footer*/
#main-footer {
    padding-bottom: 2px;
}

/* Footer Custom Block*/
#footer-custom-block {
    padding-bottom: 10px;
}

#footer-custom-block .container > .row {
    margin-right: -10px;
    margin-left: -10px;
}

#footer-custom-block .container > .row > .col-sm-4 {
    padding-right: 10px;
    padding-left: 10px;
}

#footer-custom-block .custom-block-item {
    position: relative;
    margin-bottom: 20px;
    padding: 22px 15px 20px;
    border: 1px solid #a7a7a7;
    border-radius: 3px;
    background: #FFFFFF;
    box-shadow: 0 2px 0 0 #cccccd, 0 -10px 11px rgba(204, 204, 204, .2) inset;
    min-height: 130px;
}

#footer-custom-block .custom-block-item > img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#footer-custom-block .custom-block-item > img ~ .item-desc {
    margin-left: 59px;
}

#footer-custom-block .custom-block-item > .item-desc h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 16px;
    text-transform: uppercase;
    color: #2D2D2D;
}

#footer-custom-block .custom-block-item > .item-desc p {
    line-height: 18px;
    margin: 0;
    letter-spacing: 0;
    color: #2D2D2D;
}

#main-footer .col-1,
#main-footer .col-2 {
    float: left;
    width: 50%;
}

#main-footer .col-top-1,
#main-footer .col-top-2 {
    float: left;
    width: 50%;
}

#main-footer .col-top-1 ul,
#main-footer .col-top-2 ul {
    margin-bottom: 12px;
    padding: 0;
    list-style: none;
}

#main-footer .col-bottom-1 {
    clear: both;
}

#main-footer .col-bottom-1,
#main-footer .col-bottom-2 {
    float: left;
    width: 50%;
}

#main-footer .col-bottom-1 ul,
#main-footer .col-bottom-2 ul {
    padding: 0;
    list-style: none;
}

.divider-line {
    display: block;
    clear: both;
    height: 1px;
    margin-bottom: 20px;
    background: #b7b7b7;
}

#main-footer h3 {
    font-size: 14px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #000000;
}

#main-footer h4 {
    font-size: 11px;
    font-weight: 700;
    margin: 4px 0 8px;
    text-transform: uppercase;
    color: #000000;
}

#main-footer .col-1,
#main-footer .col-2 {
    padding-top: 4px;
}

#main-footer .col-1 > ul,
#main-footer .col-2 > ul {
    padding: 0;
    padding-bottom: 16px;
    list-style: none;
}

#main-footer .col-1 > ul > li > a,
#main-footer .col-2 > ul > li > a,
#main-footer .col-top-1 > ul > li > a,
#main-footer .col-top-2 > ul > li > a,
#main-footer .col-bottom-1 > ul > li > a,
#main-footer .col-bottom-2 div {
    line-height: 20px;
    display: inline-block;
    color: #333333;
}

#main-footer .col-1 > ul > li > a:hover,
#main-footer .col-2 > ul > li > a:hover,
#main-footer .col-top-1 > ul > li > a:hover,
#main-footer .col-top-2 > ul > li > a:hover,
#main-footer .col-bottom-1 > ul > li > a:hover {
    text-decoration: underline;
    color: #000000;
}

#main-footer ul li ul {
    display: none;
}

#main-footer .store-address {
    line-height: 18px;
    margin-bottom: 10px;
}

#main-footer .store-email,
#main-footer .store-phone {
    line-height: 18px;
}

#main-footer a.get-directions {
    font-size: 11px;
    font-weight: 700;
    line-height: 13px;
    display: inline-block;
    margin: 13px 0 10px;
    text-transform: uppercase;
    color: #000000;
}

#main-footer a.get-directions:hover {
    border-bottom: 1px solid #000000;
}

/*Footer Testimonials*/
#footer-testimonials h3 {
    margin-bottom: 15px;
}

#footer-testimonials .testimonials-item {
    padding: 0 2px;
}

#footer-testimonials .testimonials-item .item-quote {
    position: relative;
    padding: 15px 20px 15px 27px;
    border-radius: 3px;
    background: #FFFFFFcc;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

#footer-testimonials .testimonials-item .item-quote .triangle {
    position: absolute;
    top: 100%;
    left: 32px;
    clip: rect(0, auto, 5em, -2em);
    width: 20px;
    height: 20px;
}

#footer-testimonials .testimonials-item .item-quote .triangle::before {
    display: block;
    width: 15px;
    height: 15px;
    margin: 0;
    margin-top: -7px;
    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #FFFFFFcc;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

#footer-testimonials .testimonials-item .item-quote p {
    font-style: italic;
    line-height: 18px;
    margin: 0;
    padding-right: 35px;
    background: url('../images/quote-icon.png') right top no-repeat;
    color: #2D2D2D;
}

#footer-testimonials .testimonials-item h4.item-customer {
    margin-top: 18px;
    margin-bottom: 30px;
}

#footer-testimonials .owl-nav > div {
    font-size: 18px;
    position: absolute;
    top: -36px;
    text-align: center;
}

#footer-testimonials .owl-nav > div > i.fa {
    display: table-cell;
    width: 28px;
    height: 28px;
    vertical-align: middle;
}

#footer-testimonials .owl-nav > div.owl-prev {
    left: auto;
    right: 32px;
}

#footer-testimonials .owl-nav > div.owl-next {
    right: 4px;
}

/*Bottom Footer*/
#bottom-footer {
    padding-top: 21px;
    padding-bottom: 40px;
    color: #CCCCC6;
    background-color: #444444;
}

#bottom-footer a {
    color: #CCCCC6;
}

.footer-custom-links ul {
    overflow: hidden;
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

.footer-custom-links ul li {
    float: left;
}

.footer-custom-links ul li + li {
    padding-left: 10px;
}

.footer-custom-links ul li a {
    position: relative;
    margin-right: 10px;
}

.footer-custom-links ul li a:hover {
    border: 0 !important;
}

.footer-custom-links ul li a::before {
    position: absolute;
    top: 50%;
    right: -10px;
    width: 1px;
    height: 14px;
    margin-top: 1px;
    content: '';
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #dcdcdc;
}

.footer-custom-links ul li:last-of-type a::before {
    display: none;
}

#bottom-footer .copyright p {
    line-height: 20px;
    margin-bottom: 0;
    color: #ccccc6;
}

#bottom-footer .copyright p a {
    text-decoration: none;
    color: #ccccc6;
}

#bottom-footer .copyright p a:hover {
    text-decoration: underline;
    color: #fff;
}

#bottom-footer a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}

#bottom-footer .payment-methods {
    display: inline-block;
    float: right;
    text-align: right;
}

#bottom-footer .payment-methods a:hover {
    opacity: .8;
    border: 0 !important;
    /* Opacity for Modern Browsers */
    filter: alpha(opacity=80);
    /* Opacity for IE8 and lower */
}

.AuthorizeNetSeal{
    display: inline-block;
    float: right;
    margin-top: -25px!important;
    margin-right: 20px!important;
}

/*Bottom Page Information*/
#bottom-page-information {
    padding: 13px 0 13px;
    color: #FFFFFF;
    background-color: #EA3B02;
}

#bottom-page-information .container {
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
}

#bottom-page-information p {
    font-size: 14px;
    margin-bottom: 20px;
}

#bottom-page-information p.text-bold {
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 8px;
}

#bottom-page-information a {
    color: #fff;
}

#bottom-page-information .btn-close {
    font-size: 18px;
    position: absolute;
    top: 4px;
    right: 0;
    width: 30px;
    height: 30px;
    padding: 0;
    color: #FFFFFF;
    border: 0;
    background: transparent;
}

.mfp-iframe-scaler iframe {
    background: #fff !important;
}
.mfp-iframe-holder .mfp-content {
  height: 88%;
  width: 90% !important;
  max-width: 1007px !important;
}
.mfp-iframe-scaler {
  padding-top: 0 !important;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  background: #000;
  width: 29px !important;
  height: 29px;
  line-height: 29px;
  display: inline-block;
  padding-right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: absolute;
  z-index: 9;
  top: -15px !important;
  right: -15px !important;
  cursor: pointer !important;
}

.listing-page .mfp-image-holder img.mfp-img {
  padding: 0 !important;
}

/*Size Chart Modal*/
.size-chart-btn {
   position: absolute;
   top: 0;
   right: 0;
   color: #141414;
   line-height: 15px;
   font-weight: 500;
}
.size-chart-btn:hover,
.size-chart-btn:focus {
   color: #000;
}
.size-chart-btn span {
   position: relative;
}
.size-chart-btn span::before {
   position: absolute;
   top: 3px;
   left: -22px;
   width: 14px;
   height: 10px;
   content: '';
   background: url('../images/size-chart-icon.png') 0 0 no-repeat;
}
.products-section .owl-carousel .owl-nav > div,
#InstagramGallery .owl-carousel .owl-nav > div {
  width: 42px;
  height: 42px;
  font-size: 0;
  position: absolute;
  top: 30%;
  background: #fff;
  border: 2px solid #000000;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  text-align: center;
  z-index: 9;
}
#InstagramGallery .owl-carousel .owl-nav > div {
  top: 50%;
}
.products-section .owl-carousel .owl-nav > .owl-prev,
#InstagramGallery .owl-carousel .owl-nav > .owl-prev {
  left: -21px;
}
.products-section .owl-carousel .owl-nav > .owl-next,
#InstagramGallery .owl-carousel .owl-nav > .owl-next {
  right: -21px;
}
.products-section .owl-carousel .owl-nav > div:before,
#InstagramGallery .owl-carousel .owl-nav > div:before {
  font-size: 30px;
  font-family: FontAwesome;
  margin-top: -4px;
  display: inline-block;
}
.products-section .owl-carousel .owl-nav > .owl-prev:before,
#InstagramGallery .owl-carousel .owl-nav > .owl-prev:before {
  content: "\f104";
}
.products-section .owl-carousel .owl-nav > .owl-next:before,
#InstagramGallery .owl-carousel .owl-nav > .owl-next:before {
  content: "\f105";
  margin-right: -4px;
}
#leftBanner p {
    color: #[2d2d2d];
    margin-bottom: 24px;
    line-height: 22px;
}
.manf-header {
    margin-top: 20px;
}

#bottom-newsletter .newsletter-bg {
    margin-bottom: 30px;
    padding: 25px 30px;
    color: #fff;
    border-radius: 3px;
    background: #38383E;
}

#bottom-newsletter .newsletter-bg .row > div.col-sm-8 {
    width: 100%;
    max-width: 800px;
}

#bottom-newsletter .newsletter-bg .row > div.col-sm-4 {
    width: 100%;
    max-width: 340px;
}

#bottom-newsletter .newsletter-bg h3 {
    font-size: 12px;
    font-weight: 700;
    display: inline-block;
    margin: 0;
    padding-top: 11px;
    padding-right: 13px;
    vertical-align: top;
    text-transform: uppercase;
    color: #FFFFFF;
}

/*Maillist Box - Newsletter Sign Up*/
.mailListBox {
    text-align: right;
}

.mailListBox form h3 {
    padding-bottom: 10px;
}

.mailListBox input[type='text'] {
    display: inline-block;
    width: 99%;
    min-width: 293px;
    height: 35px;
    padding: 0 10px;
    padding: 0 94px 0 35px;
    vertical-align: middle;
    color: #000;
    border: 0;
    outline: 0;
    border-radius: 3px;
    background: #FFFFFF;
}

.mailListBox input[type='text']::-webkit-input-placeholder {
    font-style: italic;
    opacity: 1;
    color: #57575B;
}

.mailListBox input[type='text']::-moz-placeholder {
    font-style: italic;
    opacity: 1;
    color: #57575B;
}

.mailListBox input[type='text']::-ms-input-placeholder {
    font-style: italic;
    opacity: 1;
    color: #57575B;
}

.mailListBox .radio {
    display: inline-block;
    margin-bottom: 0;
}

.mailListBox .radio + .radio {
    margin-left: 15px;
}

.mailListBox .radio label {
    font-size: 11px;
    font-weight: 700;
    color: #969696;
}

.mailListBox .radio label input[type='radio'] {
    margin-top: 3px;
}

.mailListBox .maillist-box {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 440px;
    text-align: left;
}

.mailListBox .maillist-box .fa-envelope-o {
    font-size: 14px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #888888;
}

.mailListBox input[type='submit'] {
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
    width: 83px;
    height: 35px;
    padding: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #EA3B02;
    border-radius: 0 3px 3px 0;
    background: #EA3B02;
}
.mailListBox input[type='submit']:hover {
    color: #FFFFFF;
    border-color: #EA3B02;
    background-color: #EA3B02;
}

.social-icons {
    text-align: right;
}

.social-icons > div {
    display: inline-block;
}

.social-icons a {
    display: inline-block;
    margin-right: 9px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF;
    border-radius: 100%;
    background: #2A2A2E;
}

.social-icons a > i.fa {
    font-size: 15px;
    display: table-cell;
    width: 36px;
    height: 36px;
    vertical-align: middle;
}

.social-icons a:last-of-type {
    margin-right: 0;
}

.social-icons a.facebook:hover {
    background-color: #4a73bd;
}

.social-icons a.twitter:hover {
    background-color: #46b0e2;
}

.social-icons a.gplus:hover {
    background-color: #ea3b02;
}

.social-icons a.youtube:hover {
    background-color: #cf3427;
}

.social-icons a.pinterest:hover {
    background-color: #cc2127;
}

.social-icons a.instagram:hover {
    background-color: #964b00;
}

.social-icons a.tumblr:hover {
    background-color: #33465d;
}

.social-icons a.blog:hover {
    background-color: #f9bc2e;
}

.social-icons a.rss:hover {
    background-color: #f9bc2e;
}

.container {
    padding-right: 10px;
    padding-left: 10px;
}

.product-item .product-desc .div-hovered {
    position: relative;
    z-index: 2;
    visibility: hidden;
    margin-right: -20px;
    margin-left: -20px;
    padding: 10px 20px 20px;
    opacity: 0;
    border: 1px solid #b2b2b2;
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
    background: #fff;
    -webkit-box-shadow: 0 16px 16px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 16px 16px rgba(0, 0, 0, .1);
    box-shadow: 0 16px 16px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 16px 16px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 16px 16px rgba(0, 0, 0, .1);
    filter: alpha(opacity=0);
}

.product-item .product-desc .div-hovered::before {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: -25px;
    width: 25px;
    height: 220px;
    content: '';
    background: url('../images/hovered-shadow.png') left no-repeat;
}

.product-item .product-desc .div-hovered::after {
    position: absolute;
    z-index: 1;
    right: -25px;
    bottom: 0;
    width: 25px;
    height: 220px;
    content: '';
    background: url('../images/hovered-shadow.png') right no-repeat;
}

.product-item:hover .product-desc .div-hovered {
    visibility: visible;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;
    opacity: 1;
    filter: alpha(opacity=100);
}
.header-top {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    min-height: 33px;
    padding: 0;
    color: #141414;
    border-bottom: 1px solid #d8d8d8;
}
.header-top a {
    color: #141414;
}

.header-top .container {
    position: relative;
}

.header-top-left {
    display: inline-block;
    margin-top: 7px;
}

.header-top-left ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.header-top-left ul li {
    float: left;
}

.header-top-left ul li + li {
    padding-left: 10px;
}

.header-top-left ul li:not(.not-logged) > a {
    position: relative;
    margin-right: 10px;
}

.header-top-left ul li > a:hover {
    text-decoration: underline;
}

.header-top-left ul li:not(.not-logged) > a::before {
    position: absolute;
    top: 50%;
    right: -10px;
    width: 1px;
    height: 15px;
    content: '';
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #d8d8d8;
}

.header-top-right {
    position: absolute;
    top: 0;
    right: 10px;
}

.header-top-right .facebook-like {
    display: inline-block;
    margin-top: 6px;
    vertical-align: top;
}

.header-top-right .facebook-like > p,
.header-top-right .facebook-like > #fb-root {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

.fb_iframe_widget {
    display: inline-block;
    vertical-align: middle;
}

.header-top-right .facebook-like > p {
    font-family: 'Times New Roman', serif;
    font-size: 14px;
    font-weight: 500;
    padding: 3px 0 0;
    vertical-align: top;
}

.header-top-right .facebook-like > p i.fa-heart {
    color: #e02c08;
}

.header-top-right .custom-promotion {
    display: inline-block;
    overflow: hidden;
    margin-left: 5px;
    border: 1px solid #b6b6b6;
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
}

.header-top-right .custom-promotion .promo-item {
    position: relative;
    float: left;
    height: 46px;
    padding-right: 10px;
    padding-left: 10px;
    background: #f16f5b;
    background: -moz-linear-gradient(top, #f16f5b 0%, #fff 0%, #fff 42%, #f7f7f7 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f16f5b), color-stop(0%, #fff), color-stop(42%, #fff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #f16f5b 0%, #fff 0%, #fff 42%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #f16f5b 0%, #fff 0%, #fff 42%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #f16f5b 0%, #fff 0%, #fff 42%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #f16f5b 0%, #fff 0%, #fff 42%, #f7f7f7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f16f5b', endColorstr='#f7f7f7', GradientType=0);
}

.header-top-right .custom-promotion .promo-item + .promo-item {
    border-left: 1px solid #d8d8d8;
}

.header-top-right .custom-promotion .promo-item a {
    font-size: 11px;
    font-weight: 700;
    line-height: 14px;
    position: relative;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: uppercase;
    color: #EA3B02;
}

.header-top-right .custom-promotion .promo-item a span {
    display: block;
    color: #575757;
}

#top-cart {
    display: inline-block;
    min-width: 83px;
    height: 47px;
    margin-left: 7px;
    padding: 0;
    vertical-align: top;
    border-radius: 0 0 4px 4px;
    background-color: #EA3B02;
}

#top-cart > a {
    font-size: 11px;
    font-weight: 700;
    position: relative;
    top: 50%;
    display: block;
    transition: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #FFFFFF;
}

#top-cart > a i.fa-shopping-cart {
    font-size: 14px;
    display: block;
}

#top-cart > a span {
    text-transform: uppercase;
}

#top-cart > a.has-0-item span#noItemsText,
#top-cart > a.has-1-item span#noItemsText {
    display: none;
}

#top-cart {
    position: relative;
}

#dropdown-cart {
    position: absolute;
    z-index: 11;
    top: 48px;
    left: -9999px;
    overflow: hidden;
    min-width: 300px;
    -webkit-transition: opacity .3s ease 0s;
    -moz-transition: opacity .3s ease 0s;
    -ms-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
    text-align: left;
    opacity: 0;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    filter: alpha(opacity=0);
}

#top-cart.cart-expanded #dropdown-cart {
    display: block;
    top: 47px;
    right: 0;
    left: auto;
    -webkit-transition: opacity .3s ease 0s;
    -moz-transition: opacity .3s ease 0s;
    -ms-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s;
    opacity: 1;
    filter: alpha(opacity=100);
}

#dropdown-cart .cart-items {
    width: 600px;
}

#dropdown-cart .cart-items form {
    overflow: hidden;
    max-height: 231px;
    padding-right: 20px;
    padding-left: 20px;
}

#dropdown-cart .cart-items .titles2 {
    min-height: 36px;
    padding: 8px 20px 8px;
    border-bottom: 1px solid #c8c8c8;
    background: #f16f5b;
    background: -moz-linear-gradient(top, #f16f5b 0%, #fff 0%, #fff 42%, #f7f7f7 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #f16f5b), color-stop(0%, #fff), color-stop(42%, #fff), color-stop(100%, #f7f7f7));
    background: -webkit-linear-gradient(top, #f16f5b 0%, #fff 0%, #fff 42%, #f7f7f7 100%);
    background: -o-linear-gradient(top, #f16f5b 0%, #fff 0%, #fff 42%, #f7f7f7 100%);
    background: -ms-linear-gradient(top, #f16f5b 0%, #fff 0%, #fff 42%, #f7f7f7 100%);
    background: linear-gradient(to bottom, #f16f5b 0%, #fff 0%, #fff 42%, #f7f7f7 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f16f5b', endColorstr='#f7f7f7', GradientType=0);
}

#dropdown-cart .cart-items .titles2 > div {
    font-size: 11px;
    font-weight: 700;
    float: left;
    text-transform: uppercase;
    color: #000;
}

#dropdown-cart .cart-items .titles2 > div.item-info {
    width: 57%;
}

#dropdown-cart .cart-items .titles2 > div.item-qty {
    width: 17%;
    padding-left: 15px;
}

#dropdown-cart .cart-items .titles2 > div.item-price {
    width: 13%;
    text-align: right;
}

#dropdown-cart .cart-items .titles2 > div.item-total {
    width: 13%;
    text-align: right;
}

#dropdown-cart .cart-items .row-items {
    overflow: hidden;
    padding: 25px 0;
}

#dropdown-cart .cart-items .row-items + .row-items {
    border-top: 1px solid #eaeaea;
}

#dropdown-cart .cart-items .row-items > div {
    float: left;
}

#dropdown-cart .cart-items .row-items > div.item-info {
    width: 57%;
}

#dropdown-cart .cart-items .row-items > div.item-info .product-image {
    float: left;
    padding-right: 20px;
}

#dropdown-cart .cart-items .row-items > div.item-info .product-image .thumbnail {
    margin-bottom: 0;
}

#dropdown-cart .cart-items .row-items > div.item-info .product-name-options {
    float: left;
    width: 68%;
}

#dropdown-cart .cart-items .row-items > div.item-info .product-name-options a {
    line-height: 18px;
    display: inline-block;
    margin-top: -3px;
    color: #000;
}

#dropdown-cart .cart-items .row-items > div.item-info .product-name-options a.view-options {
    font-style: italic;
    display: inline-block;
    margin-top: 6px;
}

#dropdown-cart .cart-items .row-items > div.item-info .product-name-options .giftwraplink .fa-gift {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 5px;
}

#dropdown-cart .cart-items .row-items > div.item-qty {
    width: 17%;
}

#dropdown-cart .cart-items .row-items > div.item-qty input.form-control {
    display: inline-block;
    max-width: 54px;
    margin-right: 10px;
    text-align: center;
}

#dropdown-cart .cart-items .row-items > div.item-qty a.item-remove {
    font-size: 14px;
    display: inline-block;
    color: #ea3b02;
}

#dropdown-cart .cart-items .row-items > div.item-qty a.item-update {
    font-size: 10px;
    font-weight: 700;
    position: relative;
    top: 2px;
    margin-left: 9px;
    text-transform: uppercase;
    color: #585858;
}

#dropdown-cart .cart-items .row-items > div.item-qty a.item-update:hover {
    text-decoration: underline;
}

#dropdown-cart .cart-items .row-items > div.item-price {
    font-weight: 700;
    line-height: 25px;
    width: 13%;
    padding-top: 5px;
    text-align: right;
    color: #000;
}

#dropdown-cart .cart-items .row-items > div.item-total {
    font-weight: 700;
    line-height: 25px;
    width: 13%;
    padding-top: 5px;
    text-align: right;
    color: #000;
}

#dropdown-cart .cart-items .shoppingCartTotal {
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    color: #000;
}

#dropdown-cart .cart-items .shoppingCartTotal .total-wrap {
    clear: both;
    overflow: hidden;
    padding: 13px 0 13px;
    border-top: 1px solid #eaeaea;
}

#dropdown-cart .cart-items .shoppingCartTotal .item-total {
    font-weight: 700;
    float: left;
    width: 70%;
    text-align: right;
}

#dropdown-cart .cart-items .shoppingCartTotal .item-price {
    font-size: 14px;
    font-weight: 700;
    float: left;
    width: 30%;
    text-align: right;
}

#dropdown-cart .cart-items .shoppingCartTotal .total-wrap.last .item-price {
    font-size: 18px;
}

#dropdown-cart .cart-bottom {
    padding: 0 20px 20px;
}

#dropdown-cart .cart-bottom button.btn-alt {
    margin-right: 7px;
}

#dropdown-cart .cart-bottom button.btn-checkout {
    padding: 0 25px;
}

#dropdown-cart .mCustomScrollBox {
    overflow: initial;
}

#dropdown-cart .mCSB_scrollTools {
    right: -20px;
}

.cart-empty {
    width: 432px;
    padding: 20px;
}

.cart-empty .alert {
    margin-bottom: 0;
}

.triangle-with-shadow {
    position: absolute;
    top: -15px;
    left: 0;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 15px;
}

.triangle-with-shadow::before {
    position: absolute;
    /* Prefixes... */
    top: 11px;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    content: '';
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 1px solid #d0d0d0;
    background: #f5f5f5;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .2);
}

.cart-empty .triangle-with-shadow::before {
    background: #fff;
}

.cart-items ~ .cart-empty {
    display: none;
}


/*header-bottom*/

.header-bottom {
    padding: 16px 0 16px;
}


/*header-panel-top*/

.header-panel-top {
    text-align: right;
}

.header-panel-top > p,
.header-panel-top > ul,
.header-panel-top > .header-search {
    display: inline-block;
    margin: 0;
    padding: 0;
    padding-left: 19px;
    color: rgba(0, 0, 0, .7);
}

.header-panel-top > ul > li {
    display: inline-block;
}

.header-panel-top > ul > li + li {
    padding-left: 19px;
}

.header-panel-top > ul > li > a {
    color: rgba(0, 0, 0, .7);
    border-bottom: 1px solid transparent;
}

.header-panel-top > ul > li > a:hover {
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, .7);
}

.header-bottom .header-search form {
    position: relative;
    float: right;
    width: 100%;
    max-width: 434px;
    height: 36px;
    margin-top: 14px;
}

.header-bottom .header-search form i.fa-search {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 13px;
    -webkit-transform: scale(-1, 1) translateY(-50%);
    -moz-transform: scale(-1, 1) translateY(-50%);
    -ms-transform: scale(-1, 1) translateY(-50%);
    -o-transform: scale(-1, 1) translateY(-50%);
    transform: scale(-1, 1) translateY(-50%);
    color: #888;
}

.header-bottom .header-search form input {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1px 94px 0 35px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(182, 182, 182);
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    -moz-box-shadow: inset 0 3px 4.95px .05px rgba(0, 0, 0, .1);
    box-shadow: inset 0 3px 4.95px .05px rgba(0, 0, 0, .1);
    -webit-box-shadow: inset 0 3px 4.95px .05px rgba(0, 0, 0, .1);
    -ms-box-shadow: inset 0 3px 4.95px .05px rgba(0, 0, 0, .1);
    -o-box-shadow: inset 0 3px 4.95px .05px rgba(0, 0, 0, .1);
}

.header-bottom .header-search form input::-webkit-input-placeholder {
    font-style: italic;
    opacity: 1;
    color: #57575b;
}

.header-bottom .header-search form input::-moz-placeholder {
    font-style: italic;
    opacity: 1;
    color: #57575b;
}

.header-bottom .header-search form input::-ms-input-placeholder {
    font-style: italic;
    opacity: 1;
    color: #57575b;
}

.header-bottom .header-search form button {
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    top: 0;
    right: 0;
    width: 83px;
    height: 100%;
    padding: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 0;
    border-radius: 0 3px 3px 0;
    background: #EA3B02;
}


/*header-panel*/

.header-bottom {
    background-color: #FFFFFF;
    background-image: url('../images/header-shadow.png');
    background-repeat: repeat-x;
    background-position: bottom center;
}

.header-bottom #logo {
    display: inline-block;
    padding-right: 73px;
}

@media(min-width: 992px) {
    .header-bottom-logo {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }
}

.header-bottom #logo h1.store-name {
    margin: 0;
}

.header-bottom #logo h3.store-slogan {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}

.header-bottom .gift-wrapping-header {
    display: inline-block;
}

.header-panel .top-cart,
.header-panel .wishlist-link,
.header-panel .login-register {
    display: inline-block;
    padding-left: 16px;
    vertical-align: middle;
}

.header-panel a {
    text-decoration: none;
    color: #000;
}

.header-panel .top-cart > a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}

.header-panel .top-cart > a span:not(.item-count) {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    border-bottom: 1px solid transparent;
}

.header-panel .top-cart > a:hover span:not(.item-count) {
    border-bottom: 1px solid #000;
}

.header-panel .top-cart > a span.item-count {
    line-height: 23px;
    display: inline-block;
    min-width: 23px;
    margin-left: 10px;
    padding: 0 8px;
    text-align: center;
    border-radius: 50%;
    background-color: #ffe5e5;
}
@media(max-width: 991px) {
    #feautered-products .inner-wrapper {
        margin: 0 -10px !important;
    }
    #main-footer #footer-testimonials {
        clear: both;
    }
    #main-footer #footer-testimonials .owl-nav > div {
        margin-top: 0;
    }
}
a,
input,
button {
    outline: none;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus {
    outline: none;
}

p a {
    text-decoration: underline;
    color: #ea3b02;
}

#homeAbout {
    margin-bottom: 20px;
}
#sideLeftBanner {
    margin-bottom: 15px;
    text-align: center;
}
#sideCustomCMS .side-module-heading {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #323232;
    border-bottom: 1px solid #dcdcdc;
}
#sideCustomCMS .side-module-heading span {
    position: relative;
}
#sideCustomCMS .side-module-heading span::before {
    position: absolute;
    z-index: 1;
    bottom: -12px;
    left: 0;
    width: 100%;
    height: 3px;
    content: '';
    background: #f16102;
}
#sideCustomCMS .side-cms-content {
    font-size: 12px;
}
#sideCustomCMS p {
    font-style: italic;
    line-height: 18px;
}
.home-page-content.page-content {
    padding: 0;
}
@media (max-width: 767px) {
    #main-footer>.container>.row>div {
        clear: both;
    }
}
.btn.btn-black {
    color: #FFFFFF;
    border-color: #38383E;
    background: #38383E;
    box-shadow: none;
    border-radius: 3px;
    padding: 0 30px;
}
.btn.btn-black:hover {
    color: #FFFFFF;
    border-color: #38383E;
    background: #38383E;
}
.homeCarousel .owl-carousel:not(.owl-loaded) > div:nth-child(n+2),
#footer-testimonials .owl-carousel:not(.owl-loaded) > .testimonials-item:nth-child(n+2),
#modTopSellers .owl-carousel:not(.owl-loaded) > .topsellers-item:nth-child(n+2) {
    display: none;
}
#homeBrands .owl-carousel:not(.owl-loaded) {
    white-space: nowrap;
    overflow: hidden;
}
#homeBrands .owl-carousel:not(.owl-loaded) > div {
    display: inline-block;
    width: 230px;
}
/*Halo Newsletter Popup*/

#halo-newsletter-popup {
    position: relative;
    z-index: 9999;
}

#halo-newsletter-popup .popup-overlay {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    opacity: .8;
    background: rgb(45, 45, 50);
    filter: alpha(opacity=80);
}

.newsletter-popup-container {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 16px;
    text-align: center;
}

.newsletter-popup-inner {
    position: relative;
    z-index: 10000;
    top: 50%;
    width: 100%;
    min-width: 288px;
    max-width: 737px;
    height: 339px;
    margin: 0 auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
    vertical-align: middle;
    background: #fff;
    background: url('/assets/images/newsletter-popup-bg.jpg') center no-repeat;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.newsletter-popup-inner > .inner {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    background-color: #fff;
}

.newsletter-popup-inner .mfp-close {
    top: -16px;
    right: -16px;
    opacity: 1;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background-color: #000;
    border-radius: 50%;
    background: #000 url(../images/mfp-close.png) center no-repeat!important;
    font-size: 0;
}

.newsletter-popup-inner .mfp-close:active {
    top: -16px;
}

.newsletter-popup-inner .newsletter-left {
    float: left;
    width: 58.72781065088757%;
    height: 100%;
    padding: 35px 20px 20px 20px;
}

.newsletter-popup-inner .newsletter-left .mailListBox input[type='text'] {
    min-width: 256px;
    height: 36px;
    color: #000;
    border: 1px solid #b6b6b6 !important;
    -webkit-box-shadow: inset 0 3px 4.95px .05px rgba(0, 0, 0, .1) !important;
    -moz-box-shadow: inset 0 3px 4.95px .05px rgba(0, 0, 0, .1) !important;
    box-shadow: inset 0 3px 4.95px .05px rgba(0, 0, 0, .1) !important;
    -ms-box-shadow: inset 0 3px 4.95px .05px rgba(0, 0, 0, .1) !important;
    -o-box-shadow: inset 0 3px 4.95px .05px rgba(0, 0, 0, .1) !important;
}

.newsletter-popup-inner .newsletter-left .mailListBox input[type='submit'] {
    line-height: 36px;
    height: 36px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    border: 1px solid #ea3b02;
    border-radius: 0 5px 5px 0;
    background: #ea3b02;
}

.newsletter-left h2.newsletter-heading {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-top: -5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #ea3b02;
}

.newsletter-left p.newsletter-sub-heading {
    margin-bottom: 15px;
    color: #333;
}

.newsletter-left .mailListBox {
    margin-top: 0;
}

.newsletter-left .newsletter-message {
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    clear: both;
    margin-bottom: 0;
    padding: 15px 0 28px;
    text-transform: uppercase;
    color: #000;
}

.newsletter-popup-inner .social-icons {
    padding-bottom: 15px;
    text-align: left;
}

.newsletter-popup-inner .social-icons h3 {
    display: none;
}

.newsletter-popup-inner .newsletter-right {
    float: right;
    width: 41.27218934911243%;
    height: 100%;
    text-align: right;
}

/*Page Cookies*/

#page-cookies {
    position: fixed;
    z-index: 9999;
    right: 10px;
    bottom: 10px;
    width: 100%;
    min-width: 300px;
    max-width: 390px;
    min-height: 200px;
    padding: 46px 30px 30px 16px;
    border: 1px solid #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #FFFFFFd9;
}

#page-cookies .cookies-inner {
    padding-left: 54px;
    background: url('../images/cookie-info.png') top left no-repeat;
}

#page-cookies p {
    font-style: italic;
    position: relative;
    top: -5px;
    letter-spacing: .02em;
    color: #FFFFFF;
}

#page-cookies button {
    font-size: 11px;
    padding-right: 20px;
    padding-left: 20px;
    letter-spacing: .05em;
    background: #EA3B02;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    color: #FFFFFF;
    border-radius: 3px;
}

#page-cookies button.btn-close {
    font-size: 18px;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    padding: 0;
    color: #FFFFFF;
    border: 0;
    background: transparent;
}
.clear-both {
    clear: both;
}
/* Add CSS Theme Editor */
.imageArea .bottom-own-text {
    background-color: #EE5402;
}
.imageArea .bottom-own-text p {
    color: #FFFFFF;
}
.imageArea .bottom-own-text p > a {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
.imageArea .bottom-own-text p > a:hover {
    color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
}
@media(min-width: 768px) {
    #top-categories-menu li.hasMegamenu > .subMegaMenu {
        background-color: #FFFFFF;
    }
    #top-categories-menu li.hasMegamenu > .subMegaMenu .cateArea ul li:hover > a:before {
        background-color: #2D2D2D;
    }
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    color: #EA3B02;
    background: #FFFFFF;
    border-color: #EA3B02;
}
/* End Add CSS Theme Editor */


.subcategories_block .subcategories ul {
    visibility: hidden;
    max-height: 100px;
    padding: 0;
    list-style: none;
    opacity: 0;
    filter: alpha(opacity=0);
}

.subcategories .owl-carousel.owl-drag .owl-item .desc {
    height: 68px;
    overflow: hidden;
}

.subcategories_block .subcategories ul.owl-loaded {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto;
    max-height: inherit;
}

.subcategories_block .subcategories ul > li {
    float: left;
    margin-bottom: 20px;
    padding: 0 10px;
    text-align: center;
}

.subcategories_block .subcategories ul > li > div {
    position: relative;
}

.subcategories_block .subcategories ul.columns-6 > li {
    width: 16.67%;
}

.subcategories_block .subcategories ul.columns-5 > li {
    width: 20%;
}

.subcategories_block .subcategories ul.columns-4 > li {
    width: 25%;
}

.subcategories_block .subcategories ul.columns-3 > li {
    width: 33.33%;
}

.subcategories_block .subcategories ul.columns-2 > li {
    width: 50%;
}

.subcategories_block .subcategories ul.columns-1 > li {
    width: 100%;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px,0,0);
}
.subcategories_block .subcategories .owl-nav {
    position: absolute;
    top: -48px;
    right: 0;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 3px;
    /* z-index: 10001; */
    width: 63px;
    /* position: relative; */
    height: 26px;
}

.subcategories_block .subcategories .owl-nav > div {
    font-size: 21px;
    display: inline-block;
    width: 30px;
    height: 26px;
    padding-top: 2px;
    text-align: center;
    right: 0;
    top: 0px !important;
}

.subcategories_block .subcategories .owl-nav > div:hover {
    background: #f6f6f6;
}

.subcategories_block .subcategories .owl-nav > div.disabled {
    opacity: 1;
    background: #f6f6f6;
    filter: alpha(opacity=100);
}

.subcategories_block .subcategories .owl-nav > div.disabled i.fa {
    opacity: .5;
    filter: alpha(opacity=50);
}

.subcategories_block .subcategories .owl-nav > div.owl-prev {
    width: 31px;
    border-right: 1px solid #ccc;
    left: 0;
    top: 0px !important;
}

.subcategories_block li > div:hover > img {
    opacity: .2;
    /* Opacity for Modern Browsers */
    filter: alpha(opacity=20);
    /* Opacity for IE8 and lower */
}

.subcategories_block li > a {
    font-size: 12px;
    font-weight: 500;
    position: relative;
    display: block;
    overflow: hidden;
    min-height: 100px;
    max-height: 100px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #a2a2a2;
    background-color: #a2a2a2;
}

.subcategories_block li > a img {
    width: 100% !important;
    opacity: 1 !important;
    filter: alpha(opacity=100);
}

.subcategories > ul li span.name:hover {
    color: #000;
}

.subcategories_block li > a::before {
    position: absolute;
    z-index: 1;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background-color: rgba(255, 255, 255, .6);
}

.subcategories_block li > a > span.name {
    line-height: 20px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.subcategories_block li > a:hover::before {
    left: 0;
}

@media (max-width: 567px) {
    .subcategories_block .subcategories .owl-nav > div,
    .subcategories_block .subcategories .owl-nav > div.owl-prev {
        top: 8px !important;
    }
}